CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / All Operations Resource Group / /service-settings (Get)
In This Topic
    Get/service-settings
    In This Topic
    Description
    returns settings that can be used by the client
    200 Response

    The response body is of type ServerSettings.

    results from the call

    Overview

    ServerSettings
    The results of the Settings Get.
    MaxReadRequestObjects : number
    The maximum number of objects that can be read in one call.
    MaxWriteRequestObjects : number
    The maximum number of objects that can be written in one call.
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    General error
    Remarks
    Returns JSON containing settings that the client can use to make calls more efficient.
    See Also